Microsoft DirectX 8.1 (C++)

CAOffer.Tolls

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Tolls property retrieves the tolls that can be paid for this offer.

Syntax

objCAOffer.Tolls As ICATolls

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns an ICATolls object.

Remarks

This property returns a collection object, which the caller can use to enumerate the tolls. The user can pay any toll to purchase the offer. The user cannot pay more than one toll in the collection—and doing so would be redundant. 

This property is read-only.

See Also